@font-face {
	font-family: 'DIN';
	src: url('../fonts/DIN Alternate Bold.ttf');
}
@font-face {
	font-family: 'PingFang';
	src: url('../fonts/PingFang.ttc.ttf');
}
@font-face {
	font-family: 'DingTalk-JinBuTi';
	src: url('../fonts/DingTalk JinBuTi.ttf');
}
.swiper_content {
    position: relative;
  }

  .mySwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .mySwiper .my-button-prev {
    position: absolute;
    top: 50%;
    left: -53px;
    z-index: 1;
    width: 35px;
  }

  .mySwiper .my-button-next {
    position: absolute;
    top: 50%;
    right: -53px;
    z-index: 1;
    width: 35px;
  }

  .mySwiper .title {
    font-family: PingFangSC-Medium;
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 16px !important;
    margin-bottom: 24px;
  }

  .mySwiper .icon {
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
  }

  .mySwiper .content {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
  }

  .mySwiper .floor {}

  .mySwiper .floor .jt_icon {
    position: absolute;
    width: 24px;
    bottom: 28px;
    left: 28px;
    transition: left 0.2s;
  }

  .mySwiper .floor .jt_title {
    font-size: 14px;
    color: #999;
    width: 100px;
  }

  .mySwiper .swiper-slide:hover .jt_title {
    left: 28px !important;
  }

  .mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    padding: 28px;
    border-radius: 10px;
    height: 320px;
    flex-direction: column;
    text-align: left;
    width: 272px !important;
    margin-right: 24px !important;
  }

  .mySwiper .swiper-slide:not(.no_pointer) {
    cursor: pointer;
  }


  /* .mySwiper .swiper-slide:hover {
    cursor: pointer;
  } */

  .mySwiper .swiper-slide:hover .jt_icon {
    left: 40px;
  }

  .slide_transparency {
    opacity: 0.6;
  }

  .swiper_buttons_hidden {
    display: none;
    pointer-events: none;
  }
  .bg-approve-content-main {
    overflow: hidden;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
  }
  .cert_item-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
  .cert_item-wrap:last-child {
    margin-bottom: 0px;
  }
  .cert_item-wrap .cert_item {
    width: 165px;
    height: 122px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .cert_item-wrap .cert_item img {
    width: 165px;
    height: 58px;
  }
  .cert_item-wrap .cert_item div {
    font-size: 15px;
    color: #333;
    margin-top: 19px;
    height: auto;
    width: 131px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    text-align: center;
    font-weight: 400;
  }
  .cert-wap {
    width: 100%;
    /* height: 402px; */
    /* background-image: linear-gradient(177deg, rgb(144,184,255,0.3) 0%, #FFFFFF 27%); */
    border-radius: 10px;
    padding: 0px 20px 0 20px;
  }
  .cert-list {
    margin-top: 30px;
    height: 315px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cert-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49%;
    height: 90px;
    float: left;
    margin-bottom: 20px;
  }
  .cert-item img {
    width: 120px;
    height: 42px;
  }
  .cert-item div {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    line-height: 1.5em;
    color: #333333;
    text-align: center;
    font-weight: 400;
    margin-top: 6px;
    width: 110px;
  }
  .more-btn {
    margin-top: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .newBtnAd {
    width: 135px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 36px;
  }
  .newBtnAd span {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  .newBtnAd .icon {
    width: 21px;
    height: 18px;
    margin-left: 3px;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
    right: 0px;
    background-image: url(/Public/images/pc/index/pc_index_icon_4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .newBtnBlue {
    background: #175DFF;
  }
  .newBtnWhite {
    background: transparent;
    border: 1px solid #fff;
  }
  .newBtnWhite span {
    color: #fff;
  }
  .newBtnWrap {
    position: relative;
    overflow: hidden;
    width: 135px;
    height: 48px;
    border-radius: 36px;
    cursor: pointer;
  }
  .newBtnWrap::before {
    content: ' ';
    width: 500px;
    height: 500px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(0);
    background: #1c47c9;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.5s ease-out;
  }
  .newBtnWrapWhite {
    margin-left: 36px;
  }
  .newBtnWrapWhite::before {
    background: #fff;
  }
  .newBtnWrap:hover::before {
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 1;
  }
  .newBtnWrapWhite:hover .newBtnWhite span {
    color: #005BFF;
  }
  .newBtnWrapWhite:hover .newBtnWhite .icon {
    background-image: url(/Public/images/pc/index/pc_index_icon_2.png);
  }
  .newBtnWrap:hover .icon {
    transition: all 0.5s;
    right: -4px;
  }
  .newBannerButton {
    width: 158px;
    height: 48px;
    background: #005BFF;
    border-radius: 25px !important;
    border: none !important;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-right: 16px;
  }
  .btnWhite {
    background: #fff !important;
    color: #005BFF !important;
  }
  .banner-boutton {
    display: flex;
  }
  .newWhiteBtnCont {
    margin-left: 24px;
  }
  .newWhiteBtnCont::before {
    background: #005BFF;
  }
  .newWhiteBtn {
    background: #fff;
  }
  .newWhiteBtn span {
    color: #005BFF !important;
  }
  .newWhiteBtnCont:hover .newWhiteBtn span {
    color: #fff !important;
  }
  .new_advstit {
    font-family: PingFangSC-Semibold;
    font-size: 34px;
    color: #000000;
    text-align: center;
    line-height: 52px;
    font-weight: 600;
  }
  .t_zgcallnr {
    padding: 70px 0px;
  }
.ldy_container {
    padding: 70px 0px;
    position: relative;
    background: #F1F5FC;
}
.ldy_container_title {
    font-family: PingFangSC-Semibold;
    font-size: 40px;
    color: #000000;
    text-align: center;
    font-weight: 600;
}
.ldy_container_ld {
    margin-top: 36px;
}
.ldy_container_ld_nav ul {
    width: 580px;
    height: 46px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255,255,255,0.30);
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 40px;
    padding: 4px;
}
.ldy_container_ld_nav ul li {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #282828;
    letter-spacing: 0;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    width: 92px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ldy_container_ld_nav ul li a {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #282828;
    letter-spacing: 0;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    width: 92px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ldy_container_ld_nav ul li:hover,
.ldy_container_ld_nav ul li:hover a {
    color: #005BFF;
}
.ldy_container_ld_nav ul li.active {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #005BFF;
    text-align: center;
    font-weight: 500;
    background: #FFFFFF;
    border-radius: 25px;
}
.ldy_container_ld_nav ul li.active::after {
    content: "";
    width: 110%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    background: #005BFF;
    display: none;
}
.ldy_container_ld_content {
    margin-top: 30px;
}
.ldy_li {
    padding: 0;
    margin-right: 24px;
    width: calc((100% - 48px) / 3);
    /* overflow: hidden; */
    /* border-radius: 16px; */
}
.ldy_li:nth-of-type(3n) {
    margin-right: 0px;
}
.ldy_li:nth-child(n + 4) {
    margin-top: 24px;
}
.ldy_lixia {
    border-radius: 16px;
    position: relative;
    display: block;
    border: 0;
    transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    background: #ffffff;
    overflow: hidden;
    width: 100%;
    height: 404px;
    /* border: 1px solid rgba(255,255,255,1); */
}
.ldy_li_img {
    height: auto;
    width: 100%;
    position: relative;
    /* overflow: hidden; */
    z-index: 3;
}
.ldy_lixia .ldy_li_img img {
    width: 100%;
    height: auto;
    transition: all .36s;
    border-radius: 16px 16px 0px 0px;
    transform: scale(1);
}
.ldy_lixia:hover .ldy_li_img img {
    transform: scale(1.05);
}
.ldy_lian {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100%);
    height: 211px;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.90) 0%, #FFFFFF 29%);
    box-shadow: 0px 6px 20px 0px rgb(44 68 153 / 2%);
    border-radius: 16px;
    padding: 24px 20px;
    -webkit-backdrop-filter: saturate(50%) blur(4px);
    backdrop-filter: saturate(50%) blur(4px);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    z-index: 5;
}
/* .ldy_lian::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.90) 0%, #FFFFFF 29%);
} */
.ldy_lian_tit {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #111111;
    line-height: 28px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 0;
}
.ldy_lian_desc {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #41464F;
    line-height: 24px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px;
}
.ldy_bottom {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 24px;
    right: 48px;
}
.ldy_bottom p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #005BFF;
    line-height: 16px;
    font-weight: 400;
}
.ldy_bottom img {
    width: 13px;
    height: auto;
    position: absolute;
    left: 62px;
    top: 50%;
    transform: translateY(-50%);
}
.ldy_li:hover .ldy_bottom img {
    position: absolute;
    animation: newproFrames .9s linear infinite;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
@keyframes newproFrames {
    0% {
        left: 62px
    }

    33% {
        left: 68px
    }

    67% {
        left: 62px
    }

    to {
        left: 62px
    }
}
.ldy_container_static {
    height: 421px;
    position: relative;
    margin-top: 30px;
}
.ldy_static {
    width: 560px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.static_text_item:nth-of-type(1),
.static_text_item:nth-of-type(4) {
    width: 176px;
    margin-right: 48px;
}
.static_text_item:nth-of-type(2),
.static_text_item:nth-of-type(5) {
    width: 144px;
    margin-right: 48px;
}
.static_text_item:nth-of-type(3),
.static_text_item:nth-of-type(6) {
    width: 128px;
}
.static_text_item:nth-of-type(1),
.static_text_item:nth-of-type(2),
.static_text_item:nth-of-type(3) {
    margin-bottom: 60px;
}
.static_text_item {
    display: inline-block;
}
.static_text_item p {
    font-family: DINAlternate-Bold;
    font-size: 36px;
    color: #000000;
    font-weight: 700;
}
.static_text_item span {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: rgba(0,0,0,0.65);
    font-weight: 400;
    margin-top: 16px;
    display: inline-block;
}
.static_text_item p span {
    font-size: smaller;
    line-height: 0;
    vertical-align: baseline;
    font-family: DINAlternate-Bold;
    font-size: 36px;
    color: #000000;
    font-weight: 400;
    margin-left: 3px;
}
.ldy_static_img {
    width: 700px;
    position: absolute;
    right: -110px;
    bottom: 0px;
}
.ldy_static_img img {
    width: 100%;
    height: auto;
}
.cert_wrap {
    width: 100%;
    height: 140px;
}
.cert_item {
    display: inline-block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cert_item img {
    width: 168px;
    height: 64px;
}
.cert_item div {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: rgba(0,0,0,0.65);
    text-align: center;
    line-height: 16px;
    font-weight: 400;
    margin-top: 12px;
}
.cert_wrap {
    --logo-width: 200px;
    --logo-height: 140px;
    --logo-count: 26;
    --duration: 120s;
  width: 100%;
  max-width: 100%;
  background: #fff;
  margin-inline: auto;
  position: relative;
  height: var(--logo-height);
  /* margin-top: 5rem; */
  overflow: hidden;
  /* 模糊遮挡效果 */ 
  /* mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  ); */
}
@keyframes scrollLeft {
    to {
      left: calc(var(--logo-width) * -1);
    }
}
.cert_item {
    width: var(--logo-width);
    height: var(--logo-height);
    position: absolute;
    left: calc(var(--logo-width) * var(--logo-count));
    animation-name: scrollLeft;
    animation-duration: var(--duration);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    /* 动态计算出每个logo的动画延时 */
    animation-delay: calc(var(--duration) / var(--logo-count) * (var(--logo-count) - var(--count)) * -1);
}
.index_pc_cloud {
    height: 90px;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 448px;
    left: 0px;
    z-index: 1;
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
}
.index_pc_cloud ul {
    display: flex;
    justify-content: space-between;
}
.index_pc_cloud ul li {
    width: calc(100% / 4);
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0px 16px;
}
.index_pc_cloud ul li:hover {
    background: rgba(255, 255, 255, 0.5);
    /* backdrop-filter: blur(10px); */
}
.index_pc_cloud ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.index_pc_cloud ul li p:first-child {
    width: 90%;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_pc_cloud ul li p:last-child {
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_pro_text {
    padding: 30px 30px 24px 30px;
}
.index_pro_tit {
    font-family: PingFangSC-Semibold;
    font-size: 30px;
    color: #000000;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 16px;
}
.index_pro_desc {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: rgba(0,0,0,0.75);
    line-height: 28px;
    font-weight: 400;
}
.index_pro_img {
    width: 100%;
    height: 280px;
}
.index_pro_img img {
    width: 100%;
    height: 100%;
}
.new_yc_main .pc_index_new .t_new_sypt2li {
    background-image: linear-gradient(168deg, #F8FBFF 27%, #EAF3FF 100%);
    border-radius: 24px;
    border: none;
}
.new_yc_main .pc_index_new .t_new_sypt2li .li_cover {
    width: 100%;
    height: 280px;
    padding-top: 24px;
    opacity: 1;
    /* position: absolute; */
    bottom: 0px;
    left: 0px;
    padding: 0px 34px 0px 34px;
    z-index: 1;
    background: url("/Public/images/pc/index/index_pro_hover.png") no-repeat;
    background-size: cover;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    visibility: visible;
  }
  .new_yc_main .pc_index_new .t_new_sypt2li .li_cover::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #d8d8d8;
    margin-bottom: 24px;
  }
  .new_yc_main .pc_index_new .t_new_sypt2li:hover .li_cover {
    opacity: 1;
    visibility: visible;
  }
  .new_yc_main .pc_index_new .t_new_sypt2li:hover .index_pro_img {
    display: none;
  }
  .new_yc_main .pc_index_new .t_new_sypt2li .li_cover p {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0,0,0);
    font-weight: 400;
    /* display: flex; */
    /* align-items: center; */
    margin-bottom: 18px;
    position: relative;
    padding-left: 18px;
  }
  .new_yc_main .pc_index_new .t_new_sypt2li .li_cover p:last-child {
    margin-bottom: 0px;
  }
  .new_yc_main .pc_index_new .t_new_sypt2li .li_cover p span {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 600;
    background: linear-gradient(to right, #003AF0, #008CFF);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  }
  .new_yc_main .pc_index_new .t_new_sypt2li .li_cover p::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #555;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .index_cj_tit {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #000000;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
  }
  .index_cj_cont_tit {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    line-height: 37px;
    color: #000000;
    font-weight: 600;
    margin: 30px 0px 16px;
    position: relative;
    z-index: 2;
  }
  .index_cj_cont_desc {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(0,0,0,0.75);
    line-height: 24px;
    font-weight: 400;
    position: relative;
    z-index: 2;
  }
  .index_cj_cont_desc_one {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    line-height: 25px;
    color: #454545;
    font-weight: 500;
    padding-bottom: 19.5px;
    margin-bottom: 19.5px;
    border-bottom: 1px solid rgba(235,235,235,1);
  }
  .new_yc_main .logo_wrap {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 28px;
    z-index: 2;
  }
  .new_yc_main .logo_wrap img {
    width: auto;
    height: 36px;
  }
  .banner-boutton {
    position: absolute;
    bottom: 28px;
    z-index: 2;
  }
  .index_cj_bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .index_cj_bg img {
    width: 100%;
    height: auto;
  }
  .index_pro_top_item ul li {
    margin-bottom: 30px;
    cursor: pointer;
  }
  .index_pro_top_item ul li:last-child {
    margin-bottom: 0px;
  }
  .index_pro_top_li_top {
    display: flex;
    align-items: center;
    position: relative;
  }
  .index_pro_top_li_top img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    position: relative;
    z-index: 5;
  }
  .index_pro_top_li_top .index_pro_top_li_tit {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    position: relative;
    z-index: 5;
  }
  .index_pro_top_li_top::before {
    content: "";
    width: 22px;
    height: 22px;
    /* background: #D8D8D8; */
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    left: 5px;
    bottom: -4px;
    background: url(/Public/images/pc/index/pro_shadow.png) no-repeat;
    background-size: 22px 22px;
  }
  
  .index_pro_top_li_desc {
    opacity: 0.7;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    margin-top: 13px;
  }
  .index_pro_top_li_top::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(/Public/Cn/images/newpro/menu_right_blue.png) no-repeat;
    background-size: 16px 16px;
    display: none;
    margin-left: 3px;
  }
  .index_pro_top_item ul li:hover .index_pro_top_li_top .index_pro_top_li_tit {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #005BFF;
    font-weight: 500;
  }
  .index_pro_top_item ul li:hover .index_pro_top_li_top::after {
    display: block;
  }
  .indu_leader {
    height: 712px;
    padding: 70px 0px;
    position: relative;
  }
.indu_leader_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.indu_leader_bg img {
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.indu_leader_bg img.on {
    opacity: 1;
    pointer-events: all;
}
.indu_leader_tit {
    font-family: PingFangSC-Semibold;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 2;
    margin-bottom: 36px;
}
.indu_leader_container {
    position: relative;
    z-index: 4;
}
.indu_leader_item_tit {
    font-family: PingFangSC-Semibold;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: justify;
    font-weight: 600;
    width: 750px;
}
.indu_leader_item_desc {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    font-weight: 400;
    margin-top: 18px;
    margin-bottom: 32px;
    width: 680px;
}
.indu_leader_item_a {
    display: flex;
    align-items: center;
    position: relative;
}
.indu_leader_item_a span {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.indu_leader_item_a img {
    width: 14px;
    height: auto;
    position: absolute;
    left: 62px;
    top: 50%;
    transform: translateY(-50%);
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.indu_leader_item_a:hover img {
    animation: newproFrames .9s linear infinite;
}
.indu_leader_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 87px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 40px;
    width: 612px;
    height: 46px;
    margin: 0px auto 87px auto;
    padding: 4px;
}
.indu_leader_nav_li {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: rgba(255,255,255,0.75);
    text-align: center;
    font-weight: 400;
    /* margin-right: 72px; */
    position: relative;
    cursor: pointer;
    padding: 0px 30px;
    height: 38px;
    line-height: 38px;
}
.indu_leader_nav_li:hover {
    color: #fff;
}
.indu_leader_nav_li:last-child {
    margin-right: 0px;
}
.indu_leader_nav_li.on {
    color: #fff;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #151516;
    letter-spacing: 0;
    font-weight: 600;
    background: #FFFFFF;
    border-radius: 25px;
}
/* .indu_leader_nav_li.on::after {
    content: "";
    width: 110%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    background: #fff;
} */
.t_sypt4logoli {
    width: auto !important;
}
.t_sypt4biao {
    width: 75px;
}
.t_sypt4biao::after {
    content: "";
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 0;
    bottom: -6px;
    background: #fff;
    width: 0;
    opacity: 0;
}
.t_sypt4logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
  
.t_sypt4logoli.slick-current .t_sypt4biao::after {
    opacity: 1;
    animation: progress1 5.1s linear forwards;
}
.t_sypt4logoul .slick-list {
    overflow: visible;
}
.t_sypt4huan > .slick-list {
    padding-bottom: 10px;
}
.t_sypt4wen {
    width: 100% !important;
    margin-bottom: 110px !important;
}

@keyframes progress1 {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}
.indu_leader_logo {
    width: 80px;
    height: auto;
    border: none;
    position: absolute;
    top: 0px;
    left: 0;
}
.indu_leader_logo img {
    width: 100%;
    height: 100%;
    border: none;
}
.pc_ld_con {
    display: none;
}
.pc_ld_con.active {
    display: block;
}
.pc_ld_con.active.dcenter {
    display: flex;
    justify-content: center;
}
.m_mod {
    display: none;
}
.m_mod.active {
    display: block;
}
.h_mod {
    display: none;
}
.h_mod.active {
    display: block;
}
.tModVideo {
    width: 100%;
    height: 294px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.tModVideo .zwimg {
    width: auto;
    height: 294px;
}
.tModVideo video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff !important;
    z-index: 5;
    opacity: 0;
}
.tModVideo video::-webkit-media-controls-panel {
    background-size: auto 70px;
}
/* .tModVideo.on video {
    z-index: 2;
} */
.tModVideo.on .t_b2pt1play {
    opacity: 0;
    pointer-events: none;
}

/* .tModVideo::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 3;
    transition: all 0.36s;
} */
/* .tModVideo.on::before {
    opacity: 0;
    pointer-events: none;
} */
.t_zgcall {
    display: none;
}
.new_t_zgcall {
    display: block;
}
.more_plan {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.more_plan span {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #222222;
    text-align: justify;
    font-weight: 500;
}
.more_plan img {
    width: 16px;
    height: 16px;
    margin: 1px 0px 0px 2px;
}
.more_case {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    z-index: 10;
}
.more_case span {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    text-align: justify;
    font-weight: 400;
}
.more_case img {
    width: 16px;
    height: 16px;
    margin: 1px 0px 0px 2px;
}
.index_mod_mobile {
    padding: 32px 16px;
}

.index_mod_title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #000000;
    text-align: center;
    line-height: 36px;
    font-weight: 600;
}
.index_mod_content {
    margin-top: 20px;
}
.mobile_box_1 {
    background-image: linear-gradient(180deg, #F1F5FC 0%, #D1E4FE 28%);
}
.indexProBtn {
    width: calc(100% - 69px);
    height: 48px;
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
}
.indexProBtn .newBtnAd {
    width: 100%;
    height: 48px;
}
.t_zgcallnr .newBtnWrap {width: 180px;height: 54px;}
.t_zgcallnr .newBtnAd {width: 180px;height: 54px;}
.t_zgcallnr .newBtnAd span {width: 180px;line-height: 54px;height: 54px;}
.indexmtitle {
    display: none !important;
}
.indexptitle {
    display: block !important;
}
.indexpdiv {
    display: flex !important;
}
.indexmdiv {
    display: none !important;
}
.indexpdiv2 {
    display: block !important;
}
.indexmdiv2 {
    display: none !important;
}
.index_pro_nav {
    display: none;
}
.newDesc {
    display: none;
}
.ldy_mod_mobile {
    padding: 70px 0px 70px;
}
.index_earth_m {
    display: none;
}
.mobile_case_main {
    display: none;
}
.index_mobile_cloud {
    display: none;
}
.t_z_pc_bg {
    display: block;
}
.t_z_mobile_bg {
    display: none;
}
.new_yc_main .t_zhtit .std_title2.dmxtitle {
    font-size: 38px;
}
/* newindex */
.anchor_wrap {
    width: 100%;
    padding: 40px 0px;
    background: rgba(255,255,255,0.80);
    border-radius: 24px;
    display: flex;
    align-items: center;
}
.anchor_wrap .hr_x {
    width: 1px;
    height: 100%;
    background: rgba(235,235,235,1);
}
.anchor_wrap li {
    width: 33.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    background-image: url('/Public/Cn/images/index/anchor_bg.png');
    background-repeat: no-repeat;
    background-size: 256px 112px;
    background-position: 65px -22px;
}

.anchor_wrap li:nth-of-type(1) {
    border-right: 1px solid rgba(235,235,235,1);
}
.anchor_wrap li:nth-of-type(2) {
    border-right: 1px solid rgba(235,235,235,1);
}
.anchor_wrap li img {
    width: 73.35px;
    height: auto;
    transition: all 0.5s;
}
.anchor_wrap li .anchor_item_tit {
    font-family: PingFangSC-Semibold;
    font-size: 28px;
    color: #000000;
    line-height: 32px;
    font-weight: 600;
    margin: 19px 0px 12px;
}
.anchor_wrap li:hover .anchor_item_tit {
    color: #005BFF;
}
.anchor_wrap li:hover img {
    transform: translateY(-6px);
}
.anchor_wrap li .anchor_item_desc {
    opacity: 0.75;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
}
.index_pro_section {
    padding: 70px 0px;
    background-image: linear-gradient(179deg, #F1F5FC 15%, #D1E4FE 100%);
}
.index_section_title {
    font-family: PingFangSC-Semibold;
    font-size: 38px;
    line-height: 53px;
    color: #000000;
    text-align: center;
    font-weight: 600;
}
.index_section_desc {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    margin-top: 16px;
}
.index_pro_nav_new {
    width: 612px;
    height: 46px;
    padding: 4px;
    margin: 40px auto 34px;
    background: rgba(255,255,255,0.30);
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_pro_nav_new li {
    width: 148px;
    height: 38px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #282828;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.index_pro_nav_new li .index_pro_nav_img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.index_pro_nav_new li .index_pro_nav_img img {
    width: 100%;
    height: 100%;
}
.index_pro_nav_new li .blue {
    display: none;
}
.index_pro_nav_new li .grey {
    display: block;
}
.index_pro_nav_new li:hover {
    color: #005BFF;
    font-weight: 600;
}
.index_pro_nav_new li:hover .grey {
    display: none;
}
.index_pro_nav_new li:hover .blue {
    display: block;
}
.index_pro_nav_new li.active {
    background: #FFFFFF;
    border-radius: 25px;
    color: #005BFF;
    font-weight: 600;
}
.index_pro_nav_new li.active .grey {
    display: none;
}
.index_pro_nav_new li.active .blue {
    display: block;
}
.index_pro_pannel {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    height: 664px;
    position: relative;
    display: none;
}
.index_pro_pannel_m {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 256px !important;
    height: 310px;
    position: relative;
    display: none;
}
/* .index_pro_pannel_m .swiper-slide {
    width: 256px;
} */
.index_pro_wrap {
    width: 1160px;
    margin: 0 auto;
}
.index_pro_pannel.on {
    display: flex;
}
.index_pro_pannel_m.on {
    display: flex;
}
.index_pro_item {
    /* width: calc((100% - 24px) / 2); */
    width: 588px;
    height: 664px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 30px 32px;
    position: relative;
    margin-right: 24px;
    flex-shrink: 0;
}
.index_pro_item:last-child {
    margin-right: 0;
}
.index_pro_item .index_cj_cont_tit {
    font-family: PingFangSC-Semibold;
    font-size: 28px;
    color: #000000;
    line-height: 32px;
    font-weight: 600;
    margin: 24px 0px 20px;
}
.index_pro_item .sypt3tags p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    font-family: PingFangSC-Regular;
    line-height: 20px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}
.index_pro_item .sypt3tags img {
    width: 9px;
    height: 7px;
    margin-top: 7px;
    margin-right: 10px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.index_pro_item .rstatic {
    display: flex;
    align-items: center;
    margin-top: 28px;
}
.index_pro_item .rstatic .pl_static_item {
    margin-right: 48px
}
.index_pro_item .pl_static_item_top span {
    font-family: DingTalk-JinBuTi;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 400;
}
.index_pro_item .pl_static_item_top span.per_text {
    font-family: DingTalk-JinBuTi;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 500;
}
.index_pro_item .pl_static_item_top span i {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 16px;
    font-style: normal;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 500;
}
.index_pro_item .pl_static_item_top img {
    width: 12px;
    height: 20px;
    display: inline-block;
    margin-bottom: 10px;
}
.index_pro_item .l_top {
    height: 33.89px;
}
.index_pro_item .static_item_desc {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 14px;
    line-height: 20px;
    color: #282829;
    font-weight: 400;
}
.new_yc_main .t_new_sypt2 {
    padding: 70px 0px 50px;
    background: #F1F5FC;
}
.index_kno_section {
    padding: 70px 0px;
    background: #FFFFFF;
}
.index_pro_nav_kno {
    width: 516px;
    height: 46px;
    padding: 4px;
    margin: 40px auto 30px;
    background: #F2F6FF;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_pro_nav_kno li {
    width: 124px;
    height: 38px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #282828;
    letter-spacing: 0;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.index_pro_nav_kno li:hover {
    color: #005BFF;
    font-weight: 600;
}
.index_pro_nav_kno li.active {
    background: #FFFFFF;
    border-radius: 25px;
    color: #005BFF;
    font-weight: 600;
}
.index_kno_pannel {
    width: 100%;
    height: 446px;
    background-image: linear-gradient(129deg, #FDFEFF 0%, #EFF7FF 91%);
    border: 1px solid rgba(235,235,235,1);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    display: none;
}
.index_kno_pannel.on {
    display: block;
}
.kno_pannel_left {
    padding-top: 46px;
    padding-left: 32px;
    width: calc(100% - 778px);
    float: left;
}
.kno_left_top {
    padding-bottom: 23.25px;
    border-bottom: 1px solid rgba(235,235,235,1);
}
.kno_tit {
    font-family: PingFangSC-Semibold;
    font-size: 28px;
    color: #000000;
    line-height: 32px;
    font-weight: 600;
}
.kno_desc {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    line-height: 25px;
    color: #454545;
    font-weight: 500;
    margin-top: 12px;
}
.index_kno_wrap .sypt3tags {
    margin-top: 23.78px;
}
.index_kno_wrap .sypt3tags p {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-family: PingFangSC-Regular;
    line-height: 20px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}
.index_kno_wrap .sypt3tags img {
    width: 9px;
    margin-right: 10px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.index_kno_wrap .rstatic {
    display: flex;
    align-items: center;
    margin-top: 28px;
}
.index_kno_wrap .rstatic .pl_static_item {
    margin-right: 48px
}
.index_kno_wrap .pl_static_item_top span {
    font-family: DingTalk-JinBuTi;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 400;
}
.index_kno_wrap .pl_static_item_top span.per_text {
    font-family: DingTalk-JinBuTi;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 500;
}
.index_kno_wrap .pl_static_item_top span i {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 16px;
    font-style: normal;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 500;
}
.index_kno_wrap .pl_static_item_top img {
    width: 12px;
    height: 20px;
    display: inline-block;
    margin-bottom: 10px;
}
.index_kno_wrap .l_top {
    height: 33.89px;
}
.index_kno_wrap .static_item_desc {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 14px;
    line-height: 20px;
    color: #282829;
    font-weight: 400;
}
.kno_pannel_right {
    width: 728px;
    height: 100%;
    overflow: hidden;
    float: right;
}
.kno_pannel_right img {
    width: 100%;
    height: auto;
}
.index_earch_section {
    background-image: linear-gradient(178deg, #F1F5FC 15%, #D1E4FE 100%);
    padding: 70px 0px;
}
.index_earch_wrap {
    width: 100%;
    height: 468px;
    position: relative;
    margin-top: 40px;
}
.index_earch_wrap .index_earch_bg {
    width: 100%;
    height: auto;
}
.index_earch_wrap .sypt3tags {
    margin-top: 23.78px;
}
.index_earch_wrap .sypt3tags p {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-family: PingFangSC-Regular;
    line-height: 20px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}
.index_earch_wrap .sypt3tags img {
    width: 9px;
    margin-right: 10px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.index_earch_wrap .rstatic {
    display: flex;
    align-items: center;
    margin-top: 28px;
}
.index_earch_wrap .rstatic .pl_static_item {
    margin-right: 48px
}
.index_earch_wrap .pl_static_item_top span {
    font-family: DingTalk-JinBuTi;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 400;
}
.index_earch_wrap .pl_static_item_top span.per_text {
    font-family: DingTalk-JinBuTi;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 500;
}
.index_earch_wrap .pl_static_item_top span i {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 16px;
    font-style: normal;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 500;
}
.index_earch_wrap .pl_static_item_top img {
    width: 12px;
    height: 20px;
    display: inline-block;
    margin-bottom: 10px;
}
.index_earch_wrap .l_top {
    height: 33.89px;
}
.index_earch_wrap .static_item_desc {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 14px;
    line-height: 20px;
    color: #282829;
    font-weight: 400;
}
.index_earch_left {
    padding-top: 40px;
    padding-left: 32px;
    padding-bottom: 96px;
    position: absolute;
    top: 0;
    left: 0;
}
.index_earch_tit {
    font-family: PingFangSC-Semibold;
    font-size: 28px;
    color: #000000;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 26px;
}
.index_earch_left li {
    margin-bottom: 16px;
}
.index_earch_left li:last-child {
    margin-bottom: 0px;
}
.index_earch_left li .tit {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 500;
    padding-left: 22px;
    position: relative;
}
.index_earch_left li .tit::before {
    content: "";
    display: block;
    width: 12px;
    height: 9.33px;
    background-image: url('/Public/images/pc/index/gou_blue.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 7px;
    left: 0px;
}
.index_earch_left li .desc {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    line-height: 20px;
    color: #454545;
    font-weight: 400;
    margin-top: 6px;
}
.index_znt_section {
    background: url('/Public/Cn/images/index/bg.png') no-repeat;
    background-size: 100% 1010px;
    padding: 72px 0px;
    margin-bottom: 0 !important;
    background-color: #F4F7FE;
    height: auto;
}
.whitetext {
    color: #fff;
}
.znt_section_text {
    margin-bottom: 40px;
}
.new_yc_main .wave-wrap::before {
    background: #005BFF;
}
#anchor_wrap_fixed {
    width: 100%;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-image: linear-gradient(180deg, #F1F5FC 19%, rgba(241,245,252,0.00) 100%);
    /* padding-top: 24px; */
    display: none;
}
#anchor_wrap_fixed .anchor_inner {
    width: 1200px;
    height: 56px;
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.8);
    border-radius: 24px;
    backdrop-filter: blur(10px);
    /* padding: 24px 0px; */
}
#anchor_wrap_fixed li {
    width: 33.333%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
    cursor: pointer;
}
#anchor_wrap_fixed li p {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
}
#anchor_wrap_fixed li:hover {
    color: #005BFF;
}
#anchor_wrap_fixed li:nth-of-type(1) {
    border-right: 1px solid rgba(235, 235, 235, 1);
}
#anchor_wrap_fixed li:nth-of-type(2) {
    border-right: 1px solid rgba(235, 235, 235, 1);
}
.navbar-fixed {
    position: fixed; /* 吸顶 */
    top: 60px;
    z-index: 30;
    display: flex !important;
}

#anchor_wrap_fixed li.in_navli.on {
    color: #005BFF;
}
#anchor_wrap_fixed li.in_navli.on p {
    color: #005BFF;
}
.index_pro_play {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
}
.index_pro_play img {
    width: 100%;
    height: 100%;
}
.index_pro_play .play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 108px;
    height: 108px;
}
.card,
.card1,
.card2 {
    /* width: calc((100% - 24px) / 2); */
    width: 588px;
    height: 664px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 30px 32px;
    position: relative;
    /* margin-right: 24px; */
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); */
    cursor: pointer;
}
.card .index_cj_cont_tit,
.card1 .index_cj_cont_tit,
.card2 .index_cj_cont_tit {
    font-family: PingFangSC-Semibold;
    font-size: 28px;
    color: #000000;
    line-height: 32px;
    font-weight: 600;
    margin: 24px 0px 20px;
}
.card .sypt3tags p,
.card1 .sypt3tags p,
.card2 .sypt3tags p {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-family: PingFangSC-Regular;
    line-height: 20px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}
.card .sypt3tags img,
.card1 .sypt3tags img,
.card2 .sypt3tags img {
    width: 9px;
    margin-right: 10px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.card .rstatic,
.card1 .rstatic,
.card2 .rstatic {
    display: flex;
    align-items: center;
    margin-top: 28px;
}
.card .rstatic .pl_static_item,
.card1 .rstatic .pl_static_item,
.card2 .rstatic .pl_static_item {
    margin-right: 48px
}
.card .pl_static_item_top span,
.card1 .pl_static_item_top span,
.card2 .pl_static_item_top span {
    font-family: DingTalk-JinBuTi;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 400;
}
.card .pl_static_item_top span.per_text,
.card1 .pl_static_item_top span.per_text,
.card2 .pl_static_item_top span.per_text  {
    font-family: DingTalk-JinBuTi;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 500;
}
.card .pl_static_item_top span i,
.card1 .pl_static_item_top span i,
.card2 .pl_static_item_top span i {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 16px;
    font-style: normal;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 500;
}
.card .pl_static_item_top img,
.card1 .pl_static_item_top img,
.card2 .pl_static_item_top img {
    width: 12px;
    height: 20px;
    display: inline-block;
    margin-bottom: 10px;
}
.card .l_top,
.card1 .l_top,
.card2 .l_top {
    height: 33.89px;
}
.card .static_item_desc,
.card1 .static_item_desc,
.card2 .static_item_desc {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 14px;
    line-height: 20px;
    color: #282829;
    font-weight: 400;
}

/* 卡片层级和样式配置 */
.card.active,
.card1.active,
.card2.active {
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 5;
    opacity: 1;
}
.card.prev-1,
.card1.prev-1,
.card2.prev-1 {
    left: 25%;
    transform: translate(-50%, -50%) scale(0.9);
    z-index: 4;
    opacity: 0.8;
}
.card.prev-1::after,
.card1.prev-1::after,
.card2.prev-1::after {
    content: "";
    display: block;
    width: 320px;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(225,237,253,0.00) 0%, #E1EDFD 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.card.next-1,
.card1.next-1,
.card2.next-1 {
    left: 75%;
    transform: translate(-50%, -50%) scale(0.9);
    z-index: 4;
    opacity: 0.8;
}
.card.next-1::after,
.card1.next-1::after,
.card2.next-1::after {
    content: "";
    display: block;
    width: 320px;
    height: 100%;
    transform: scaleX(-1);
    background-image: linear-gradient(90deg, rgba(225,237,253,0.00) 0%, #E1EDFD 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

.card.prev-2,
.card1.prev-2,
.card2.prev-2 {
    left: 20%;
    transform: translate(-50%, -50%) scale(0.8);
    z-index: 3;
    opacity: 0.6;
}

.card.next-2,
.card1.next-2,
.card2.next-2 {
    left: 80%;
    transform: translate(-50%, -50%) scale(0.8);
    z-index: 3;
    opacity: 0.6;
}

.card.hidden,
.card1.hidden,
.card2.hidden {
    opacity: 0;
    pointer-events: none;
}
.ldy_qc {
    position: relative;
}
.ldy_qc .qc_text {
    position: absolute;
    top: 117px;
    left: 60px;
    width: 328px;
}
.ldy_qc .qc_text .ldy_bottom {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -40px;
    right: auto;
}
.t_sypt2nr {
    width: 1160px;
    margin: 0 auto;
}
.index_pro_pannel_new {
    display: none;
}
.index_pro_pannel_new.on {
    display: block;
}

@media screen and (max-width: 751px) {
    .index_pro_wrap {
        width: 100vw;
    }
    .indu_leader_nav {
        display: flex;
        justify-content: center;
        margin-bottom: 87px;
    }
    .indu_leader_nav_li {
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: rgba(255,255,255,0.75);
        text-align: center;
        font-weight: 400;
        margin-right: 72px;
        position: relative;
        cursor: pointer;
    }
    .indu_leader_nav_li:hover {
        color: #fff;
    }
    .indu_leader_nav_li:last-child {
        margin-right: 0px;
    }
    .indu_leader_nav_li.on {
        color: #fff;
    }
    .indu_leader_nav_li.on::after {
        content: "";
        width: 110%;
        height: 2px;
        position: absolute;
        left: 50%;
        bottom: -12px;
        transform: translateX(-50%);
        background: #fff;
    }
    .t_sypt2nr {
        width: 100vw;
    }
    .t_sypt2nr .slick-slide {
        width: 100vw;
        padding: 0 16px;
    }
    .index_pro_pannel_m .slick-slide {
        width: 100vw;
        padding: 0 16px;
    }
    .indexProBtn {
        width: calc(100% - 48px);
        height: 40px;
        bottom: 27px;
    }
    .indexProBtn .newBtnAd {
        width: 100%;
        height: 40px;
    }
    .index_pc_cloud {
        display: none;
    }
    .t_z_pc_bg {
        display: none;
    }
    .t_z_mobile_bg {
        display: block;
    }
    .t_zgcallnr {
        padding: 32px 0px;
    }
    .t_zgcallnr .newBtnWrap {width: 128px;height: 40px;}
    .t_zgcallnr .newBtnAd {width: 128px;height: 40px;}
    .t_zgcallnr .newBtnAd span {width:128px;line-height: 40px;height: 40px;}
    .t_zgcallnr .newWhiteBtnCont{margin-left: 16px;}
    .new_advstit {
        font-size: 22px;
        color: #222222;
        text-align: center;
        line-height: 30px;
    }
    .index_mobile_cloud {
        display: block;
        width: calc(100% - 32px);
        background: rgba(255,255,255,0.70);
        border-radius: 12px;
        position: relative;
        margin: -15px auto 0px auto;
        padding: 2.5px 16px 2.5px;
        backdrop-filter: blur(10px);
        margin-bottom: 40px;
    }
    .index_mobile_cloud li {
        padding: 13.5px 0px;
        border-bottom: 0.5px solid rgba(235,235,235,1);
    }
    .index_mobile_cloud li:last-child {
        border-bottom: none;
    }
    .index_mobile_cloud li p:first-child {
        font-family: PingFangSC-Semibold;
        font-size: 14px;
        line-height: 20px;
        color: #000000;
        letter-spacing: 0;
        font-weight: 600;
        margin-bottom: 6px;
    }
    .index_mobile_cloud li p:last-child {
        opacity: 0.6;
        font-family: PingFangSC-Regular;
        font-size: 12px;
        color: #000000;
        letter-spacing: 0;
        line-height: 16px;
        font-weight: 400;
    }
    .ldy_container {
        display: none;
    }
    .t_zgcall {
        display: block;
    }
    .new_t_zgcall {
        display: none;
    }
    .index_pro_img {
        display: none;
    }
    .indexmtitle {
        display: block !important;
    }
    .indexptitle {
        display: none !important;
    }
    .indexpdiv {
        display: none !important;
    }
    .indexmdiv {
        display: flex !important;
    }
    .indexpdiv2 {
        display: none !important;
    }
    .indexmdiv2 {
        display: block !important;
    }
    .new_yc_main .t_zhtit .std_title2.newtitle2 {
        font-family: PingFangSC-Semibold;
        font-size: 24px;
        color: #000000;
        text-align: center;
        line-height: 36px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .index_pro_play img {
        width: 100%;
        height: auto;
    }
    .index_kno_wrap .rstatic .pl_static_item:last-child {
        margin-right: 0px;
    }
    .index_earch_wrap .rstatic .pl_static_item:last-child {
        margin-right: 0px;
    }
    .new_yc_main .t_new_sypt2 {
        padding: 0px 0px 32px 0px;
        background-image: linear-gradient(180deg, #F1F5FC 0%, rgb(209,228,254,0.8) 100%);
    }
    .new_yc_main .t_new_sypt3 {
        padding: 32px 0px;
        background: #F2F8FD url(/Public/images/pc/index/index_dmx_bg_mobile.png) no-repeat;
        background-size: 100% 640px;
    }
    .new_yc_main .t_new_sypt3_1 {
        padding: 32px 0px;
        background-image: linear-gradient(179deg, #F2F8FD 0%, #F5F6F8 12%);
    }
    .ys_cont1160 {
        padding: 0px 16px !important;
    }
    .new_yc_main .pc_index_new {
        flex-direction: column;
    }
    .new_yc_main .pc_index_new .t_new_sypt2li {
        width: 100%;
        height: 344px;
        margin-right: 0px;
        margin-bottom: 16px;
        border-radius: 16px;
    }
    .adv_slick .slick-dots {
        bottom: -24px;
    }
    .adv_slick .slick-dots li {
        border-radius: 3px !important;
        width: 5px;
        height: 5px;
        margin: 0 2px;
        background: rgba(255, 255, 255, 0.5);
        opacity: 1;
    }
    .adv_slick .slick-dots li.slick-active {
        width: 16px;
        height: 5px;
        background: #FFFFFF;
        border-radius: 3px;
        opacity: 1;
    }
    .index_pro_text {
        padding: 24px 24px 22px 24px;
    }
    .index_pro_tit {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .index_pro_desc {
        font-size: 12px;
        line-height: 16px;
    }
    .new_yc_main .pc_index_new .t_new_sypt2li:last-child {
        margin-bottom: 0px;
    }
    .new_yc_main .pc_index_new .t_new_sypt2li .li_cover {
        opacity: 1;
        position: static;
        visibility: visible;
        padding: 0px 24px;
        height: 217px;
    }
    .new_yc_main .pc_index_new .t_new_sypt2li .li_cover::before {
        margin-bottom: 22px;
    }
    .new_yc_main .pc_index_new .t_new_sypt2li .li_cover p {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .new_yc_main .pc_index_new .t_new_sypt2li .li_cover p span {
        font-size: 14px;
    }
    .newBtnAd span {
        line-height: 40px !important;
        font-size: 14px;
    }
    .new_yc_main .pc_index_new .t_new_sypt3li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 16px;
        padding: 18px 18px 20px 18px;
        height: 570px;
        border-radius: 16px;
    }
    .banner-boutton {
        bottom: 20px;
    }
    .new_yc_main .pc_index_new .t_new_sypt3li:last-child {
        margin-bottom: 0px;
    }
    
    .new_yc_main .t_new_sypt3linav {
        white-space: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: hidden;
        height: 30px;
        margin-top: 0px;
        display: flex;
        justify-content: space-between;
    }
    .index_cj_tit {
        font-family: PingFangSC-Medium;
        font-size: 12px;
        line-height: 17px;
        color: #787879;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .new_yc_main .pc_index_new .t_new_sypt3li .t_new_sypt3linavitem {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        line-height: 20px;
        color: rgba(0,0,0,0.75);
        letter-spacing: 0;
        text-align: center;
        font-weight: 400;
        position: relative;
        display: inline-block;
        margin-right: 0px;
    }
    .new_yc_main .pc_index_new .t_new_sypt3li .t_new_sypt3linavitem.active {
        font-size: 14px;
    }
    .new_yc_main .t_new_sypt3linav::after {
        bottom: 0px;
    }
    .new_yc_main .pc_index_new .t_new_sypt3li .t_new_sypt3linavitem.active::after {
        bottom: 0px;
    }
    .index_mod_mobile .t_new_sypt3linav::-webkit-scrollbar {
        display: none;
    }
    .new_yc_main .pc_index_new .t_new_sypt3li .t_new_sypt3licont {
        margin-top: 18px;
    }
    .tModVideo {
        height: 190px;
    }
    .index_cj_cont_tit {
        font-size: 20px;
        margin: 16px 0px 14px;
        line-height: 28px;
    }
    .index_cj_cont_desc {
        line-height: 24px;
    }
    
    .new_yc_main .pc_index_new .t_new_sypt3li:last-child {
        height: auto;
        padding-bottom: 66px;
    }
    .new_yc_main .logo_wrap {
        bottom: 20px;
    }
    .new_yc_main .logo_wrap img {
        width: auto;
        height: 22px;
    }
    .new_yc_main .pc_index_new .t_new_sypt3li .t_new_sypt3licont .big_img {
        height: 169px;
    }
    .index_pro_top_item {
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 2px 12px 0px rgba(205,215,227,0.24);
        border-radius: 16px;
        padding: 20px 16px;
        margin: 0px;
        display: none;
    }
    .index_pro_top_item.active {
        display: block;
    }
    .index_pro_top_item ul {
        padding: 0px;
        box-shadow: none;
    }
    .index_pro_top_li_top::before {
        display: none;
    }
    .index_pro_top_li_top img {
        width: 40px;
        height: 40px;
    }
    .index_pro_nav {
        display: block;
        display: flex;
        /* justify-content: space-between; */
        height: 32px;
        margin-bottom: 18px;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: hidden;
        padding-left: 8px;
    }
    .index_pro_nav::-webkit-scrollbar {
        display: none;
      }
    .index_pro_nav .index_pro_nav_li {
        display: inline-block;
        font-family: PingFangSC-Regular;
        font-size: 15px;
        color: rgba(0,0,0,0.6);
        text-align: center;
        line-height: 22px;
        font-weight: 400;
        position: relative;
        margin-right: 24px;
        flex-shrink: 0;
    }
    .index_pro_nav .index_pro_nav_li:last-child {
        margin-right: 0px;
    }
    .index_pro_nav .index_pro_nav_li.active {
        font-family: PingFangSC-Medium;
        color: #005BFF;
        font-weight: 500;
    }
    .index_pro_nav .index_pro_nav_li.active::after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%);
        background: #005BFF;
        z-index: 4;
    }
    .index_pro_top_item_tit {
        display: none;
    }
    .index_pro_top_li_top .index_pro_top_li_tit {
        font-family: PingFangSC-Semibold;
        font-size: 16px;
        color: #282828;
        letter-spacing: 0;
        line-height: 22px;
        font-weight: 600;
    }
    .index_pro_top_li_desc {
        display: none;
    }
    .newDesc {
        display: block;
        font-family: PingFangSC-Regular;
        font-size: 12px;
        color: #787878;
        letter-spacing: 0;
        line-height: 14px;
        font-weight: 400;
        margin-top: 6px;
    }
    .botton_one ul li {
        width: 100%;
    }
    .botton_one ul li:nth-of-type(4) {
        margin-bottom: 30px;
    }
    .index_pro_top_li_top::after {
        display: none !important;
    }
    .ldy_mod_mobile {
        display: block;
        padding: 32px 0px;
        background: #F5F6F8;
    }
    .ldy_mod_mobile .ldy_container_title {
        font-family: PingFangSC-Semibold;
        font-size: 24px;
        color: #000000;
        text-align: center;
        line-height: 36px;
        font-weight: 600;
    }
    .ldy_container_ld {
        margin-top: 30px;
    }
    .ldy_container_ld_nav ul {
        width: 100%;
        padding: 0px;
        padding-left: 8px;
        padding-right: 8px;
        justify-content: space-between;
        background: none;
        border: none;
    }
    .pc_ld_con.active.dcenter {
        justify-content: flex-start;
    }
    .ldy_li {
        width: 300px !important;
        flex-shrink: 0;
        margin-right: 12px;
    }
    .ldy_li:nth-of-type(3n) {
        margin-right: 12px;
    }
    .ldy_li:nth-child(n + 4) {
        margin-top: 0px;
    }
    .pc_ld_con.active {
        display: flex;
    }
    .ldy_container_ld_content {
        margin-top: 18px;
    }
    .ldy_ul {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: hidden;
    }
    .ldy_ul .slick-track {
        left: 0;
    }
    .ldy_ul .slick-track {
        /* left: calc(100vw - 342px); */
        transition: all 0.5s;
    }
    .ldy_ul::-webkit-scrollbar {
        display: none;
    }
    .ldy_container_ld_nav ul li {
        font-size: 15px;
        color: rgba(0,0,0,0.6);
        line-height: 22px;
        height: 32px;
        /* margin-right: 28px; */
        flex-shrink: 0;
        width: auto;
    }
    .ldy_container_ld_nav ul li:last-child {
        margin-right: 0px;
    }
    .ldy_container_ld_nav ul li a {
        font-size: 15px;
        color: rgba(0,0,0,0.6);
        line-height: 22px;
        height: 32px;
        margin-right: 28px;
        flex-shrink: 0;
        width: auto;
        margin-right: 0px;
    }
    .ldy_container_ld_nav ul li.active {
        background: none;
    }
    .ldy_container_ld_nav ul li.active::after {
        bottom: -2px;
        display: block;
    }
    .pc_ld_con.active.drone {
        justify-content: center;
    }
    .index_znt_section {
        padding: 40px 0px;
        background-size: 100% 1260px;
        background-size: 100% 1260px;
        background-repeat: no-repeat;
        background-image: url(/Public/Cn/images/index/m_bg.png);
    }
    .znt_section_text {
        margin-bottom: 20px;
    }
    .index_section_title {
        font-family: PingFangSC-Semibold;
        font-size: 24px;
        color: #000000;
        text-align: center;
        line-height: 36px;
        font-weight: 600;
    }
    .index_section_desc {
        font-family: PingFangSC-Regular;
        font-size: 12px;
        color: #787878;
        letter-spacing: 0;
        text-align: center;
        font-weight: 400;
        margin-top: 8px;
    }
    .index_earch_section {
        padding: 40px 0px;
        background-image: linear-gradient(179deg, #F1F5FC 15%, #D1E4FE 100%);
    }
    .index_earch_wrap {
        width: 100%;
        height: 650px;
        margin-top: 20px;
        background: #fff;
        background: #FFFFFF;
        border-radius: 16px;
        /* padding: 16px; */
    }
    .index_earch_left {
        padding: 0px;
        left: 16px;
        top: 16px;
        z-index: 2;
    }
    .index_earch_left .banner-boutton {
        bottom: -71px;
    }
    .index_earch_wrap .index_earch_bg {
        padding-top: 290px;
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }
    .index_pro_nav_kno {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        margin: 24px auto 16px;
    }
    .kno_pannel_left {
        float: none;
    width: 100%;
    padding: 24px;
    }
    .kno_pannel_left .banner-boutton {
        position: relative;
        margin-top: 45px;
    }
    .kno_pannel_right {
        float: none;
        width: 100%;
        height: auto;
        position: absolute;
        top: auto;
        bottom: 0px
    }
    .index_kno_pannel {
        height: 628px;
    }
    .index_pro_nav_kno::-webkit-scrollbar {
        display: none;
    }
    .index_pro_nav_kno li {
        flex-shrink: 0;
        width: 110px;
    }
    .index_pro_nav_kno li:hover {
        color: #282828;
    }
    .index_pro_nav_kno li.active {
        background: #FFFFFF;
        border-radius: 25px;
        color: #005BFF;
        font-weight: 600;
    }
    .index_kno_section {
        padding: 40px 0px;
    }
    .index_earch_tit {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .index_pro_pannel.on {
        flex-direction: column;
        width: 100%;
    height: auto;
    }
    .index_pro_pannel_m.on {
        flex-direction: column;
        width: 100%;
        height: auto;
    }
    .adv_slick .slick-track {
        display: flex;
    }
    .index_pro_item {
        width: 100%;
        height: 550px;
        margin-right: 0px;
        padding: 16px;
        /* margin-bottom: 10px; */
        padding-bottom: 88px;
    }
    .index_pro_item_inner {
        width: 100vw;
        height: 484px;
    }
    .card, .card1, .card2 {
        width: 100%;
        position: static;
        height: auto;
    margin-right: 0px;
    padding: 16px;
    margin-bottom: 10px;
    padding-bottom: 88px;
    transform: none;
    position: relative;
    }
    .card .rstatic .pl_static_item, .card1 .rstatic .pl_static_item, .card2 .rstatic .pl_static_item {
        margin-right: 24px;
    }
    .card.active, .card1.active, .card2.active {
        transform: none;
        left: 0;
    }
    .index_pro_section {
        padding: 0px 0px 40px 0px;
        background-image: none;
        background: rgb(209,228,254,0.8);
    }
    .index_pro_nav_new {
        width: 100%;
        height: 60px;
        overflow-x: scroll;
        overflow-y: hidden;
        margin: 16px auto 16px;
        background: rgba(255,255,255,0.30);
        border: 1px solid rgba(255,255,255,0.7);
        border-radius: 12px;
        padding: 4px;
    }
    .anchor_wrap {
        flex-direction: column;
        align-items: center;
        background: rgba(255,255,255,0.80);
        border-radius: 16px;
        padding: 0px 16px;
    }
    .anchor_wrap li {
        background: none;
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: 16.5px 0px;
        border-bottom: 0.5px solid rgba(235,235,235,1);
        position: relative;
    }
    .anchor_wrap .anchor_arrow {
        position: absolute;
        width: 18px;
        height: auto;
        top: 24px;
        right: 10px;
    }
    .anchor_wrap .anchor_arrow img {
        width: 18px;
        height: auto;
        transform: none !important;
    }
    .anchor_wrap li:last-child {
        border-bottom: none;
    }
    .anchor_wrap li:nth-of-type(1) {
        border-right: none;
    }
    .anchor_wrap li:nth-of-type(2) {
        border-right: none;
    }
    .anchor_wrap li img {
        width: 50px;
        margin-right: 14.56px;
    }
    .anchor_wrap li .anchor_item_tit {
        line-height: 18px;
        font-weight: 600;
        margin: 0px 0px 8px 0px;
        font-size: 18px;
    }
    .anchor_wrap li .anchor_item_desc {
        opacity: 0.6;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #000000;
        letter-spacing: 0;
        line-height: 16px;
        font-weight: 400;
        text-align: left;
    }
    .index_pro_nav_new::-webkit-scrollbar {
        display: none;
    }
    .index_pro_nav_new li .index_pro_nav_img {
        width: 18px;
        height: 18px;
        margin-right: 0px;
    }
    .index_pro_nav_new li {
        flex-shrink: 0;
        width: 88px;
        height: 52px;
        flex-direction: column;
        font-family: PingFangSC-Medium;
        font-size: 14px;
        color: #282828;
        letter-spacing: 0;
        line-height: 20px;
        font-weight: 500;
    }
    .index_pro_nav_new li:hover {
        color: #282828;
        font-weight: 600;
    }
    .index_pro_nav_new li:hover .grey {
        display: block;
    }
    .index_pro_nav_new li:hover .blue {
        display: none;
    }
    .index_pro_nav_new li.active {
        background: #FFFFFF;
        border-radius: 10px;
    }
    .index_pro_nav_new li.active .grey {
        display: none;
    }
    .index_pro_nav_new li.active .blue {
        display: block;
    }
    .index_pro_item .rstatic .pl_static_item {
        margin-right: 24px;
    }
    .index_pro_item .rstatic .pl_static_item:last-child {
        margin-right: 0px;
    }
    .index_pro_item .pl_static_item_top span {
        font-size: 24px;
    }
    #anchor_wrap_fixed li p {
        font-family: PingFangSC-Semibold;
        font-size: 14px;
        color: #000000;
        line-height: 32px;
        font-weight: 600;
    }
    #anchor_wrap_fixed {
        width: 100%;
        height: 75px;
        display: none !important;
    }
    #anchor_wrap_fixed .anchor_inner {
        height: 40px;
        width: 100%;
    }
    .ldy_lixia {
        height: 320px;
        width: 300px;
    }
    .ldy_lian {
        height: 166px;
        padding: 20px 16px 16px 16px;
    }
    .ldy_lian_tit {
        font-size: 18px;
        line-height: 24px;
    }
    .ldy_lian_desc {
        font-size: 13px;
        color: rgba(0,0,0,0.6);
        line-height: 20px;
    }
    .ldy_bottom {
        bottom: 16px;
        right: 42px;
    }
    .ldy_bottom p {
        font-size: 12px;
    }
    .ldy_bottom img {
        left: 52px;
    }
    .ldy_li:hover .ldy_bottom img {
        position: absolute;
        animation: none;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;
    }
    .more_plan {
        margin-top: 20px;
    }
    .more_plan span {
        font-size: 13px;
    }
    .ldy_container_static {
        height: 255px;
        margin-top: 12px;
    }
    .index_earth_pc {
        display: none;
    }
    .index_earth_m {
        display: block;
    }
    .ldy_static {
        width: 312px;
        display: flex;
        flex-wrap: wrap;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .static_text_item:nth-of-type(1),
    .static_text_item:nth-of-type(3),
    .static_text_item:nth-of-type(4),
    .static_text_item:nth-of-type(6) {
        width: 72px;
        margin: 0;
    }
    .static_text_item:nth-of-type(2),
    .static_text_item:nth-of-type(5) {
        width: 84px;
        margin: 0;
    }
    .static_text_item:nth-of-type(1),
    .static_text_item:nth-of-type(2),
    .static_text_item:nth-of-type(4),
    .static_text_item:nth-of-type(5) {
        margin-right: 42px;
    }
    .static_text_item:nth-of-type(3),
    .static_text_item:nth-of-type(4),
    .static_text_item:nth-of-type(5) {
        height: 68px;
    }
    .static_text_item:nth-of-type(5) {
        margin-top: -4px;
    }
    .static_text_item:nth-of-type(1),
    .static_text_item:nth-of-type(2),
    .static_text_item:nth-of-type(3) {
        margin-bottom: 32px;
    }
    .ldy_static_img {
        width: 280px;
        height: 255px;
        right: 0;
        bottom: -12px;
    }
    .static_text_item p {
        font-size: 22px;
        line-height: 30px;
    }
    .static_text_item p span {
        font-family: DINAlternate-Bold;
        font-size: 22px;
        color: #000000;
        letter-spacing: 0;
        line-height: 30px;
        font-weight: 700;
    }
    .static_text_item span {
        font-size: 12px;
        margin-top: 4px;
        color: rgba(0,0,0,0.5);
        line-height: 17px;
    }
    .cert_item img {
        width: 105px;
        height: 40px;
    }
    .cert_item div {
        height: 32px;
    }
    .cert_wrap {
        --logo-width: 105px;
        --logo-height: 120px;
        --logo-count: 26;
        --duration: 120s;
      width: 100%;
      max-width: 100%;
      background: #fff;
      margin-inline: auto;
      position: relative;
      height: var(--logo-height);
      /* margin-top: 5rem; */
      overflow: hidden;
      /* 模糊遮挡效果 */ 
      /* mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 1) 20%,
        rgba(0, 0, 0, 1) 80%,
        rgba(0, 0, 0, 0)
      ); */
    }
    .index_pro_item .index_cj_cont_tit {
        font-family: PingFangSC-Semibold;
        font-size: 20px;
        color: #000000;
        line-height: 28px;
        font-weight: 600;
        margin: 16px 0px 8px 0px;
    }
    .index_cj_cont_desc_one {
        font-size: 16px;
        line-height: 19px;
    }
    .mobile_case_main {
        height: auto;
        background-color: #F5F6F8;
        padding: 32px 0px;
        position: relative;
        display: block;
    }
    .mobile_case_list{
        margin-top: 18px;
        overflow: hidden;
        position: relative;
        background-image: linear-gradient(-27deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.70) 65%);
        border-radius: 16px;
        height: 524px;
    }
    .mobile_case_list .mobile_case_list_bg{
        width:100%;
    }
    .mobile_case_main .mobile_case_title {
        font-family: PingFangSC-Semibold;
        font-size: 24px;
        color: #000000;
        text-align: center;
        line-height: 36px;
        font-weight: 600;
    }
    .mobile_case_main .mobile_case_nav {
        width: 100%;
        /* margin: 0 auto; */
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: hidden;
        padding-left: 8px;
        padding-right: 8px;
    }
    .mobile_case_main .mobile_case_nav::-webkit-scrollbar {
        display: none;
      }
    .mobile_case_main .mobile_case_nav .mobile_case_nav_li {
        font-family: PingFangSC-Regular;
        font-size: 15px;
        color: rgba(0,0,0,0.6);
        line-height: 22px;
        font-weight: 400;
        height: 32px;
        position: relative;
        /* margin-right: 34px; */
        flex-shrink: 0;
    }
    .mobile_case_main .mobile_case_nav .mobile_case_nav_li:last-child {
        margin-right: 0px;
    }
    .mobile_case_main .mobile_case_nav .mobile_case_nav_li.active {
        font-family: PingFangSC-Medium;
        font-size: 16px;
        color: #005BFF;
        text-align: center;
        font-weight: 500;
    }
    .mobile_case_main .mobile_case_nav .mobile_case_nav_li.active::after {
        content: "";
        width: 110%;
        height: 2px;
        position: absolute;
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%);
        background: #005BFF;
    }
    .mobile_case_list_inner {
        position: relative;
    }
    .mobile_case_list_wrap {
        padding: 30px 20px 0px 20px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .mobile_case_list_logo {
        width: 68px;
        margin-bottom: 30px;
    }
    .mobile_case_list_logo img {
        width: 100%;
        height: auto;
    }
    .mobile_case_list_tit {
        font-family: PingFangSC-Semibold;
        font-size: 20px;
        line-height: 28px;
        color: #FFFFFF;
        font-weight: 600;
    }
    .mobile_case_list_desc {
        font-family: PingFangSC-Regular;
        font-size: 13px;
        color: rgba(255,255,255,0.75);
        line-height: 20px;
        font-weight: 400;
        margin: 16px 0px 24px;
    }
    .mobile_case_list_a {
        display: flex;
        align-items: center;
    }
    .mobile_case_list_a span {
        font-family: PingFangSC-Regular;
        font-size: 12px;
        color: #FFFFFF;
        letter-spacing: 0;
        font-weight: 400;
    }
    .mobile_case_list_a img {
        width: 14px;
        height: 14px;
        margin-left: 5px;
    }
    .mobile_case_list .slick-slider {
        height: 524px;
    }
    .mobile_case_list .slick-dots {
        bottom: 12px;
        z-index: 20;
    }
    .mobile_case_list .slick-dots li {
        width: 12px;
        height: 2px;
        margin: 0 4px;
        opacity: 0.4;
        background: #FFFFFF;
    }
    .mobile_case_list .slick-dots li.slick-active {
        opacity: 1;
    }
    
}
